home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
J-Mac Electronics & Home Comics
/
J-Mac Electronics & Home Comics.iso
/
mac
/
J-MAC
/
G23F
/
yumenoat.Dxr
/
00023.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-01-22
|
258 b
|
15 lines
on startMovie
set mycursor to [12, 13]
set the cursor of sprite 20 to mycursor
set volset to the soundLevel
puppetSound(1, 1)
if the soundEnabled = 0 then
set the soundEnabled to 1
end if
end
on doexit
sound stop 1
go(1, "G23_NEGU")
end